encoding/xml.printer.marshalValue (method)
5 uses
encoding/xml (current package)
marshal.go#L162: err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
marshal.go#L177: err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
marshal.go#L408: func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
marshal.go#L458: if err := p.marshalValue(val.Index(i), finfo, startTemplate); err != nil {
marshal.go#L956: if err := p.marshalValue(vf, finfo, nil); err != nil {